home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q106 / 1 / 65.TXT < prev    next >
Text File  |  1993-12-13  |  3KB  |  87 lines

  1. DOCUMENT:Q106165  10-DEC-1993  [W_NT]
  2. TITLE   :Change Directory Command Can Use Colon Parameter from NTFS
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. -----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. -----------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. A colon (:) is accepted as a parameter for the change directory (CD)
  19. command at the Windows NT command line when the current volume is formatted
  20. for NTFS. This results in the current directory becoming the previous
  21. directory with a colon appended as if it were a valid subdirectory name.
  22. This results in some unpredictable behavior for other command line
  23. utilities such as COPY when you attempt to transfer files between the
  24. "current" directory and the "parent" directory because these both evaluate
  25. to the same physical location.
  26.  
  27. The following is an illustration of the effect:
  28.  
  29.    F:\DIR
  30.     Volume in drive F is fffff
  31.     Volume Serial Number is 6C15-9A0F
  32.  
  33.     Directory of F:\
  34.  
  35.    10/14/93  01:33p                     5 test.p
  36.    10/14/93  01:33p                     5 test.q
  37.    10/14/93  01:32p                     0 test.s
  38.    08/03/93  08:33a                     5 test.t
  39.                  4 File(s)         15 bytes
  40.                              19724288 bytes free
  41.    F:\CD :
  42.    F:\:\DIR
  43.     Volume in drive F is fffff
  44.     Volume Serial Number is 6C15-9A0F
  45.  
  46.     Directory of F:\:
  47.  
  48.    10/14/93  01:33p                     5 test.p
  49.    10/14/93  01:33p                     5 test.q
  50.    10/14/93  01:32p                     0 test.s
  51.    08/03/93  08:33a                     5 test.t
  52.                  4 File(s)         15 bytes
  53.                              19724288 bytes free
  54.  
  55.    F:\:\copy test.p ..
  56.            1 file(s) copied.
  57.    F:\:\
  58.  
  59. Note that you cannot usually copy a file over itself.
  60.  
  61. STATUS
  62. ======
  63.  
  64. Microsoft has confirmed this to be a problem with Windows NT and
  65. Windows NT Advanced Server version 3.1. We are researching this
  66. problem and will post new information here in the Microsoft Knowledge
  67. Base as it becomes available.
  68.  
  69. Additional reference words: 3.10
  70. KBCategory :
  71. KBSubCatagory : fautol
  72.  
  73. =============================================================================
  74.  
  75. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  76. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  77. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  78. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  79. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  80. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  81. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  82. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  83. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  84. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  85. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  86.  
  87. Copyright Microsoft Corporation 1993.